qt5
authorSamuel Thibault <sthibault@debian.org>
Sat, 23 Feb 2019 10:03:38 +0000 (11:03 +0100)
committerSamuel Thibault <sthibault@debian.org>
Sat, 23 Feb 2019 10:03:38 +0000 (11:03 +0100)
Gbp-Pq: Name qt5

configure.ac

index 7f748856fda11f7faf4fbf8eb94c9481179a0cdd..0cf26515f34a1aec525b2d25b3634f683daf411e 100644 (file)
@@ -2096,7 +2096,7 @@ AC_MSG_CHECKING(for StarPU-Top)
 
 if test "x$enable_starpu_top" != "xno" ; then
        can_build_starpu_top=no
-       AC_PATH_PROGS([QMAKE], [qmake-qt4 qmake], [not-found])
+       AC_PATH_PROGS([QMAKE], [qmake], [not-found])
        if test x$QMAKE != xnot-found; then
                QMAKE_VERSION=`$QMAKE --version 2>&1 | head -n 1 | cut -d '.' -f 1 | cut -d ' ' -f 3`
                QT_VERSION=`$QMAKE --version 2>&1 | tail -n 1 | cut -d '.' -f 1 | cut -d ' ' -f 4`